Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wasm middleware: change path property to url #3359

Merged
merged 11 commits into from
May 9, 2023

Conversation

codefromthecrypt
Copy link
Contributor

Thank you for helping make the Dapr documentation better!

Please follow this checklist before submitting:

  • Commits are signed with Developer Certificate of Origin (DCO - learn more)
  • Read the contribution guide
  • [n/a] Commands include options for Linux, MacOS, and Windows within codetabs
  • [n/a] New file and folder names are globally unique
  • [n/a] Page references use shortcodes instead of markdown or URL links
  • [n/a] Images use HTML style and have alternative text
  • [n/a] Places where multiple code/command options are given have codetabs

In addition, please fill out the following to help reviewers understand this pull request:

Description

This changes the configuration item for the Wasm binary from path to
url. In doing so, we ease migration from other sources including HTTP
and OCI.

Issue reference

dapr/components-contrib#2817 - change that results in this update
dapr/components-contrib#2700 - the change enables this issue to complete in 1.12

@codefromthecrypt
Copy link
Contributor Author

bad link for AWS fixed here #3360

@codefromthecrypt
Copy link
Contributor Author

actually real link fix that needs to go to v1.11 is 3356, already in v1.10

This changes the configuration item for the Wasm binary from path to
url. In doing so, we ease migration from other sources including HTTP
and OCI.

Signed-off-by: Adrian Cole <adrian@tetrate.io>
@codefromthecrypt
Copy link
Contributor Author

rebased

codefromthecrypt pushed a commit to codefromthecrypt/dapr that referenced this pull request May 3, 2023
Latest components-contrib changes the configuration of the Wasm binary
from the property `path` to `url`. For example, if it was
`bin/rewrite.wasm`, it is now `file://bin/rewrite.wasm`.

The documentation updates are here:
* dapr/docs#3359
* dapr/docs#3362

Signed-off-by: Adrian Cole <adrian@tetrate.io>
Copy link
Collaborator

@hhunter-ms hhunter-ms left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

quick review - thanks!

codefromthecrypt and others added 6 commits May 4, 2023 07:20
…iddleware/middleware-wasm.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
…iddleware/middleware-wasm.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
…iddleware/middleware-wasm.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
…iddleware/middleware-wasm.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
…iddleware/middleware-wasm.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
…iddleware/middleware-wasm.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
@codefromthecrypt
Copy link
Contributor Author

Thanks again @hhunter-ms!

@github-actions
Copy link

github-actions bot commented May 9, 2023

Stale PR, paging all reviewers

@github-actions github-actions bot added the stale label May 9, 2023
@msfussell msfussell removed the stale label May 9, 2023
@msfussell msfussell added this to the 1.11 milestone May 9, 2023
@msfussell
Copy link
Member

@codefromthecrypt - You will need to perform a new pull on Dapr v1.11 branch for the build to succeed. Thx

@hhunter-ms hhunter-ms merged commit 36493dc into dapr:v1.11 May 9, 2023
@codefromthecrypt codefromthecrypt deleted the wasm-url branch May 9, 2023 23:00
@codefromthecrypt
Copy link
Contributor Author

thanks again @hhunter-ms and @msfussell!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants